Skip to main content
Version: 3.x.x

AdapterAdditionalDataType


import { AdapterAdditionalDataType } from "@hyper-fetch/core"

Description

Defined in adapter/adapter.types.ts:77

Preview

type AdapterAdditionalDataType = {
headers: Record<string, string>;
}

Structure

{
headers: Record<string, string>;
}